Searched refs:MacroLoc (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DMultipleIncludeOpt.h55 SourceLocation MacroLoc; member in class:clang::MultipleIncludeOpt
67 return MacroLoc;
138 MacroLoc = Loc;
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp182 getExpandedMacro(SourceLocation MacroLoc, const Preprocessor &PP,
879 SourceLocation MacroLoc,
926 getExpandedMacro(SourceLocation MacroLoc, const Preprocessor &PP, argument
930 if (auto LocAndUnit = CTU.getImportedFromSourceLocation(MacroLoc)) {
931 MacroLoc = LocAndUnit->first;
941 Printer, MacroLoc, *PPToUse, MacroArgMap{}, AlreadyProcessedTokens);
947 SourceLocation MacroLoc,
954 MacroNameAndArgs Info = getMacroNameAndArgs(SM.getExpansionLoc(MacroLoc), PP);
945 getMacroNameAndPrintExpansion( TokenPrinter &Printer, SourceLocation MacroLoc, const Preprocessor &PP, const MacroArgMap &PrevArgs, llvm::SmallPtrSet<IdentifierInfo *, 8> &AlreadyProcessedTokens) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp458 SourceLocation MacroLoc; local
459 if (SM.isMacroArgExpansion(Loc, &MacroLoc)) {
460 if (ArgumentLoc == MacroLoc) return true;

Completed in 111 milliseconds