| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TemplateName.h | 548 bool isIdentifier() const { return !Qualifier.getInt(); } in isIdentifier() function 552 assert(isIdentifier() && "Template name isn't an identifier?"); in getIdentifier() 568 if (isIdentifier()) in Profile()
|
| H A D | PropertiesBase.td | 699 dtn->isIdentifier()
|
| H A D | Decl.h | 277 assert(Name.isIdentifier() && "Name is not a simple identifier"); in getName()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | ASTUtils.h | 75 if (!ND->getDeclName().isIdentifier()) in safeGetName()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
| H A D | RangeSelector.cpp | 200 if (!D->getDeclName().isIdentifier()) in name() 214 if (!E->getNameInfo().getName().isIdentifier()) in name()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MoveChecker.cpp | 505 return (MethodDec && MethodDec->getDeclName().isIdentifier() && in isMoveSafeMethod() 515 if (MethodDec->getDeclName().isIdentifier()) { in isStateResetMethod()
|
| H A D | SmartPtrModeling.cpp | 107 if (RD->getDeclName().isIdentifier()) in REGISTER_MAP_WITH_PROGRAMSTATE() 138 if (RD->getDeclName().isIdentifier()) { in isStdSmartPtr()
|
| H A D | ContainerModeling.cpp | 807 if (!Method->getDeclName().isIdentifier()) in frontModifiable() 822 if (!Method->getDeclName().isIdentifier()) in backModifiable()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | TemplateName.cpp | 331 if (DTN->isIdentifier()) in print()
|
| H A D | ODRDiagsEmitter.cpp | 870 FirstName.isIdentifier() && !FirstName.getAsIdentifierInfo(); in diagnoseMismatch() 872 SecondName.isIdentifier() && !SecondName.getAsIdentifierInfo(); in diagnoseMismatch()
|
| H A D | ASTStructuralEquivalence.cpp | 622 if (DN1->isIdentifier() && DN2->isIdentifier()) in IsStructurallyEquivalent()
|
| H A D | DeclPrinter.cpp | 1820 assert(D->getDeclName().isIdentifier()); in VisitOMPDeclareReductionDecl()
|
| H A D | ItaniumMangle.cpp | 765 if (!FD->getDeclName().isIdentifier() || L == CXXLanguageLinkage) in shouldMangleCXXName() 2359 assert(Dependent->isIdentifier()); in mangleType()
|
| H A D | DeclCXX.cpp | 2641 return P->isLambda() && getDeclName().isIdentifier() && in isLambdaStaticInvoker()
|
| H A D | MicrosoftMangle.cpp | 529 if (!FD->getDeclName().isIdentifier() || L == CXXLanguageLinkage) in shouldMangleCXXName()
|
| H A D | Decl.cpp | 4799 if (Name.isIdentifier() && !Name.getAsIdentifierInfo()) { in printName()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/ |
| H A D | UncheckedOptionalAccessModel.cpp | 43 return NS.getDeclName().isIdentifier() && NS.getName() == Name && in isTopLevelNamespaceWithName() 48 if (!RD.getDeclName().isIdentifier()) in hasOptionalClassName()
|
| /freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | CodeCompletion.cpp | 188 if (!Result.Declaration->getDeclName().isIdentifier() || in ProcessCodeCompleteResults()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseTentative.cpp | 1666 bool isIdentifier = Tok.is(tok::identifier); in isCXXDeclarationSpecifier() local 1668 if (!isIdentifier) in isCXXDeclarationSpecifier() 1672 if (isIdentifier || in isCXXDeclarationSpecifier()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCXXScopeSpec.cpp | 866 if (DTN && DTN->isIdentifier()) { in ActOnCXXNestedNameSpecifier()
|
| H A D | SemaAPINotes.cpp | 844 if (FD->getDeclName().isIdentifier()) { in ProcessAPINotes()
|
| H A D | SemaExprObjC.cpp | 1997 if (!MemberName.isIdentifier()) { in HandleExprPropertyRefExpr() 2120 if (TypoResult.isIdentifier() && in HandleExprPropertyRefExpr()
|
| H A D | SemaTemplate.cpp | 501 *ATK = (Found.empty() && Found.getLookupName().isIdentifier()) in LookupTemplateName() 3289 if (DTN && DTN->isIdentifier()) in CheckTemplateIdType() 10328 if (!DTN->isIdentifier()) { in ActOnTypenameType()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 255 bool IsAnonymous = DN.isIdentifier() && !DN.getAsIdentifierInfo(); in getQualifiedNameStart()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyTIL.h | 943 if (Cvdecl->getDeclName().isIdentifier()) in slotName()
|