Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
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
DContainerModeling.cpp763 const auto *IdInfo = Func->getIdentifier(); in isBeginCall() local
770 const auto *IdInfo = Func->getIdentifier(); in isEndCall() local
DIteratorModeling.cpp438 const auto *IdInfo = cast<FunctionDecl>(Call.getDecl())->getIdentifier(); in handleAdvanceLikeFunction() local
/external/llvm-project/clang/lib/Sema/
DSemaCXXScopeSpec.cpp384 NestedNameSpecInfo &IdInfo) { in isNonTypeNestedNameSpecifier()
483 bool Sema::BuildCXXNestedNameSpecifier(Scope *S, NestedNameSpecInfo &IdInfo, in BuildCXXNestedNameSpecifier()
833 bool Sema::ActOnCXXNestedNameSpecifier(Scope *S, NestedNameSpecInfo &IdInfo, in ActOnCXXNestedNameSpecifier()
879 NestedNameSpecInfo &IdInfo, in IsInvalidUnlessNestedName()
/external/llvm-project/clang/lib/Lex/
DDependencyDirectivesSourceMinimizer.cpp49 struct IdInfo { struct
50 const char *Last;
51 StringRef Name;
/external/cldr/tools/java/org/unicode/cldr/tool/
DShowKeyboards.java573 static class IdInfo { class in ShowKeyboards
/external/llvm-project/clang/lib/Parse/
DParseExprCXX.cpp390 Sema::NestedNameSpecInfo IdInfo(&II, Tok.getLocation(), Next.getLocation(), in ParseOptionalCXXScopeSpecifier() local