| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | TemplateName.h | 506 bool isIdentifier() const { return !Qualifier.getInt(); } in isIdentifier() function 510 assert(isIdentifier() && "Template name isn't an identifier?"); in getIdentifier() 526 if (isIdentifier()) in Profile()
|
| H A D | DeclarationName.h | 375 bool isIdentifier() const { return getStoredNameKind() == StoredIdentifier; } in isIdentifier() function 411 if (isIdentifier()) in getAsIdentifierInfo()
|
| H A D | PropertiesBase.td | 670 dtn->isIdentifier()
|
| H A D | Decl.h | 251 assert(Name.isIdentifier() && "Name is not a simple identifier"); in getName()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/ |
| H A D | BooleanExpression.py | 83 def isIdentifier(token): member in BooleanExpression 96 elif not BooleanExpression.isIdentifier(self.token):
|
| H A D | Test.py | 411 identifiers = set(filter(BooleanExpression.isIdentifier, tokens))
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | ASTUtils.h | 76 if (!ND->getDeclName().isIdentifier()) in safeGetName()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/ |
| H A D | RangeSelector.cpp | 207 if (!D->getDeclName().isIdentifier()) in name() 221 if (!E->getNameInfo().getName().isIdentifier()) in name()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MoveChecker.cpp | 504 return (MethodDec && MethodDec->getDeclName().isIdentifier() && in isMoveSafeMethod() 514 if (MethodDec->getDeclName().isIdentifier()) { in isStateResetMethod()
|
| H A D | ContainerModeling.cpp | 812 if (!Method->getDeclName().isIdentifier()) in frontModifiable() 827 if (!Method->getDeclName().isIdentifier()) in backModifiable()
|
| H A D | SmartPtrModeling.cpp | 97 if (RecordDecl->getDeclName().isIdentifier()) { in isStdSmartPtrCall()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | TemplateName.cpp | 239 if (DTN->isIdentifier()) in print()
|
| H A D | ASTStructuralEquivalence.cpp | 498 if (DN1->isIdentifier() && DN2->isIdentifier()) in IsStructurallyEquivalent()
|
| H A D | DeclPrinter.cpp | 1682 assert(D->getDeclName().isIdentifier()); in VisitOMPDeclareReductionDecl()
|
| H A D | ItaniumMangle.cpp | 684 if (!FD->getDeclName().isIdentifier() || L == CXXLanguageLinkage) in shouldMangleCXXName() 2181 assert(Dependent->isIdentifier()); in mangleType()
|
| H A D | DeclCXX.cpp | 2502 return P->isLambda() && getDeclName().isIdentifier() && in isLambdaStaticInvoker()
|
| H A D | MicrosoftMangle.cpp | 497 if (!FD->getDeclName().isIdentifier() || L == CXXLanguageLinkage) in shouldMangleCXXName()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | ParseTentative.cpp | 1510 bool isIdentifier = Tok.is(tok::identifier); in isCXXDeclarationSpecifier() local 1512 if (!isIdentifier) in isCXXDeclarationSpecifier() 1516 if (isIdentifier || in isCXXDeclarationSpecifier()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | doc.c | 2110 bool isIdentifier(Dsymbols *a, const utf8_t *p, size_t len) in isIdentifier() function 2549 if (isIdentifier(a, start, len)) in highlightText() 2619 if (isIdentifier(a, start, len)) in highlightCode() 2678 if (isIdentifier(a, tok.ptr, len)) in highlightCode2()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ASTDiff/ |
| H A D | ASTDiff.cpp | 693 if (ND->getDeclName().isIdentifier()) in getQualifiedIdentifier() 701 if (ND->getDeclName().isIdentifier()) in getIdentifier()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | doc.d | 2592 private bool isIdentifier(Dsymbols* a, const(char)* p, size_t len) in isIdentifier() function 5030 if (isIdentifier(a, start, len)) in highlightText() 5129 if (isIdentifier(a, start, len)) in highlightCode() 5140 if (isIdentifier(a, start, len)) in highlightCode() 5269 if (isIdentifier(a, tok.ptr, len)) in highlightCode2()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaCXXScopeSpec.cpp | 908 if (DTN && DTN->isIdentifier()) { in ActOnCXXNestedNameSpecifier()
|
| H A D | SemaExprObjC.cpp | 1985 if (!MemberName.isIdentifier()) { in HandleExprPropertyRefExpr() 2109 if (TypoResult.isIdentifier() && in HandleExprPropertyRefExpr()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 255 bool IsAnonymous = DN.isIdentifier() && !DN.getAsIdentifierInfo(); in getQualifiedNameStart()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyTIL.h | 934 if (Cvdecl->getDeclName().isIdentifier()) in slotName()
|