Searched refs:InstantiationLoc (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2623 SourceLocation InstantiationLoc = Loc.isMacroID() ? local
2636 if (!MacroStack.empty() && InstantiationLoc == MacroStack.back().second) {
2645 SourceLocation ParentInstantiationLoc = InstantiationLoc.isMacroID() ?
2651 if (InstantiationLoc == MacroStack.back().second) {
2672 assert(InstantiationLoc.isFileID());
2677 MacroStack.push_back(std::make_pair(MacroGroup, InstantiationLoc));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp2641 AssociatedLookup(Sema &S, SourceLocation InstantiationLoc,
2645 InstantiationLoc(InstantiationLoc) {
2656 SourceLocation InstantiationLoc;
2796 if (!Result.S.isCompleteType(Result.InstantiationLoc,
3005 SourceLocation InstantiationLoc, ArrayRef<Expr *> Args,
3011 AssociatedLookup Result(*this, InstantiationLoc,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp91 SMLoc InstantiationLoc; member in struct:__anon1929::MacroInstantiation
756 printMessage((*it)->InstantiationLoc, SourceMgr::DK_Note,
2245 Line = SrcMgr.FindLineNumber(ActiveMacros.front()->InstantiationLoc,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3769 void FindAssociatedClassesAndNamespaces(SourceLocation InstantiationLoc,

Completed in 161 milliseconds