Home
last modified time | relevance | path

Searched refs:isIdentifier (Results 1 – 25 of 33) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTemplateName.h506 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 DDeclarationName.h375 bool isIdentifier() const { return getStoredNameKind() == StoredIdentifier; } in isIdentifier() function
411 if (isIdentifier()) in getAsIdentifierInfo()
H A DPropertiesBase.td670 dtn->isIdentifier()
H A DDecl.h251 assert(Name.isIdentifier() && "Name is not a simple identifier"); in getName()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A DBooleanExpression.py83 def isIdentifier(token): member in BooleanExpression
96 elif not BooleanExpression.isIdentifier(self.token):
H A DTest.py411 identifiers = set(filter(BooleanExpression.isIdentifier, tokens))
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DASTUtils.h76 if (!ND->getDeclName().isIdentifier()) in safeGetName()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
H A DRangeSelector.cpp207 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 DMoveChecker.cpp504 return (MethodDec && MethodDec->getDeclName().isIdentifier() && in isMoveSafeMethod()
514 if (MethodDec->getDeclName().isIdentifier()) { in isStateResetMethod()
H A DContainerModeling.cpp812 if (!Method->getDeclName().isIdentifier()) in frontModifiable()
827 if (!Method->getDeclName().isIdentifier()) in backModifiable()
H A DSmartPtrModeling.cpp97 if (RecordDecl->getDeclName().isIdentifier()) { in isStdSmartPtrCall()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTemplateName.cpp239 if (DTN->isIdentifier()) in print()
H A DASTStructuralEquivalence.cpp498 if (DN1->isIdentifier() && DN2->isIdentifier()) in IsStructurallyEquivalent()
H A DDeclPrinter.cpp1682 assert(D->getDeclName().isIdentifier()); in VisitOMPDeclareReductionDecl()
H A DItaniumMangle.cpp684 if (!FD->getDeclName().isIdentifier() || L == CXXLanguageLinkage) in shouldMangleCXXName()
2181 assert(Dependent->isIdentifier()); in mangleType()
H A DDeclCXX.cpp2502 return P->isLambda() && getDeclName().isIdentifier() && in isLambdaStaticInvoker()
H A DMicrosoftMangle.cpp497 if (!FD->getDeclName().isIdentifier() || L == CXXLanguageLinkage) in shouldMangleCXXName()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseTentative.cpp1510 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 Ddoc.c2110 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 DASTDiff.cpp693 if (ND->getDeclName().isIdentifier()) in getQualifiedIdentifier()
701 if (ND->getDeclName().isIdentifier()) in getIdentifier()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddoc.d2592 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 DSemaCXXScopeSpec.cpp908 if (DTN && DTN->isIdentifier()) { in ActOnCXXNestedNameSpecifier()
H A DSemaExprObjC.cpp1985 if (!MemberName.isIdentifier()) { in HandleExprPropertyRefExpr()
2109 if (TypoResult.isIdentifier() && in HandleExprPropertyRefExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp255 bool IsAnonymous = DN.isIdentifier() && !DN.getAsIdentifierInfo(); in getQualifiedNameStart()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h934 if (Cvdecl->getDeclName().isIdentifier()) in slotName()

12