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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp2554 AssociatedLookup(Sema &S, SourceLocation InstantiationLoc,
2558 InstantiationLoc(InstantiationLoc) {
2569 SourceLocation InstantiationLoc;
2709 if (!Result.S.isCompleteType(Result.InstantiationLoc,
2920 SourceLocation InstantiationLoc, ArrayRef<Expr *> Args,
2926 AssociatedLookup Result(*this, InstantiationLoc,
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2674 SourceLocation InstantiationLoc = Loc.isMacroID() ? local
2687 if (!MacroStack.empty() && InstantiationLoc == MacroStack.back().second) {
2696 SourceLocation ParentInstantiationLoc = InstantiationLoc.isMacroID() ?
2702 if (InstantiationLoc == MacroStack.back().second) {
2723 assert(InstantiationLoc.isFileID());
2728 MacroStack.push_back(std::make_pair(MacroGroup, InstantiationLoc));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp89 SMLoc InstantiationLoc; member in struct:__anon3719::MacroInstantiation
755 printMessage((*it)->InstantiationLoc, SourceMgr::DK_Note,
2246 Line = SrcMgr.FindLineNumber(ActiveMacros.front()->InstantiationLoc,
H A DMasmParser.cpp86 SMLoc InstantiationLoc; member in struct:__anon3727::MacroInstantiation
1015 printMessage((*it)->InstantiationLoc, SourceMgr::DK_Note,
2397 Line = SrcMgr.FindLineNumber(ActiveMacros.front()->InstantiationLoc,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3939 void FindAssociatedClassesAndNamespaces(SourceLocation InstantiationLoc,

Completed in 221 milliseconds