Searched refs:InstantiationLoc (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 2469 SourceLocation InstantiationLoc = Loc.isMacroID() ? in CompactMacroExpandedPieces() local 2482 if (!MacroStack.empty() && InstantiationLoc == MacroStack.back().second) { in CompactMacroExpandedPieces() 2491 SourceLocation ParentInstantiationLoc = InstantiationLoc.isMacroID() ? in CompactMacroExpandedPieces() 2497 if (InstantiationLoc == MacroStack.back().second) { in CompactMacroExpandedPieces() 2518 assert(InstantiationLoc.isFileID()); in CompactMacroExpandedPieces() 2523 MacroStack.push_back(std::make_pair(MacroGroup, InstantiationLoc)); in CompactMacroExpandedPieces()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 2413 AssociatedLookup(Sema &S, SourceLocation InstantiationLoc, in AssociatedLookup() 2417 InstantiationLoc(InstantiationLoc) { in AssociatedLookup() 2423 SourceLocation InstantiationLoc; member 2556 if (!Result.S.isCompleteType(Result.InstantiationLoc, in addAssociatedClassesAndNamespaces() 2765 SourceLocation InstantiationLoc, ArrayRef<Expr *> Args, in FindAssociatedClassesAndNamespaces() argument 2771 AssociatedLookup Result(*this, InstantiationLoc, in FindAssociatedClassesAndNamespaces()
|
| /freebsd-12.1/contrib/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 91 SMLoc InstantiationLoc; member 735 printMessage((*it)->InstantiationLoc, SourceMgr::DK_Note, in printMacroInstantiations() 2209 Line = SrcMgr.FindLineNumber(ActiveMacros.front()->InstantiationLoc, in parseStatement() 2483 : InstantiationLoc(IL), ExitBuffer(EB), ExitLoc(EL), in MacroInstantiation()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 3344 void FindAssociatedClassesAndNamespaces(SourceLocation InstantiationLoc,
|