clang
8.0.0
|
Go to the source code of this file.
Namespaces | |
clang | |
Dataflow Directional Tag Classes. | |
clang::data_collection | |
Functions | |
static void | clang::data_collection::printMacroName (llvm::raw_string_ostream &MacroStack, ASTContext &Context, SourceLocation Loc) |
Prints the macro name that contains the given SourceLocation into the given raw_string_ostream. More... | |
std::string | clang::data_collection::getMacroStack (SourceLocation Loc, ASTContext &Context) |
Returns a string that represents all macro expansions that expanded into the given SourceLocation. More... | |