Home
last modified time | relevance | path

Searched defs:IdInfo (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DIterator.cpp77 const auto *IdInfo = Func->getIdentifier(); in isInsertCall() local
88 const auto *IdInfo = Func->getIdentifier(); in isEmplaceCall() local
99 const auto *IdInfo = Func->getIdentifier(); in isEraseCall() local
113 const auto *IdInfo = Func->getIdentifier(); in isEraseAfterCall() local
H A DContainerModeling.cpp749 const auto *IdInfo = Func->getIdentifier(); in isBeginCall() local
756 const auto *IdInfo = Func->getIdentifier(); in isEndCall() local
H A DIteratorModeling.cpp437 const auto *IdInfo = cast<FunctionDecl>(Call.getDecl())->getIdentifier(); in handleAdvanceLikeFunction() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp398 NestedNameSpecInfo &IdInfo) { in isNonTypeNestedNameSpecifier()
497 bool Sema::BuildCXXNestedNameSpecifier(Scope *S, NestedNameSpecInfo &IdInfo, in BuildCXXNestedNameSpecifier()
855 bool Sema::ActOnCXXNestedNameSpecifier(Scope *S, NestedNameSpecInfo &IdInfo, in ActOnCXXNestedNameSpecifier()
901 NestedNameSpecInfo &IdInfo, in IsInvalidUnlessNestedName()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseExprCXX.cpp392 Sema::NestedNameSpecInfo IdInfo(&II, Tok.getLocation(), Next.getLocation(), in ParseOptionalCXXScopeSpecifier() local