Searched refs:isIdentifier (Results 1 - 23 of 23) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DTemplateName.h505 bool isIdentifier() const { return !Qualifier.getInt(); } function in class:clang::DependentTemplateName
509 assert(isIdentifier() && "Template name isn't an identifier?");
525 if (isIdentifier())
H A DDeclarationName.h375 bool isIdentifier() const { return getStoredNameKind() == StoredIdentifier; } function in class:clang::DeclarationName
411 if (isIdentifier())
H A DDecl.h251 assert(Name.isIdentifier() && "Name is not a simple identifier");
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DRangeSelector.cpp193 if (!D->getDeclName().isIdentifier())
207 if (!E->getNameInfo().getName().isIdentifier())
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DTemplateName.cpp235 if (DTN->isIdentifier())
H A DASTStructuralEquivalence.cpp277 if (DN1->isIdentifier() && DN2->isIdentifier())
H A DDeclPrinter.cpp1657 assert(D->getDeclName().isIdentifier());
H A DItaniumMangle.cpp598 if (!FD->getDeclName().isIdentifier() || L == CXXLanguageLinkage)
1936 assert(Dependent->isIdentifier());
H A DMicrosoftMangle.cpp449 if (!FD->getDeclName().isIdentifier() || L == CXXLanguageLinkage)
H A DASTContext.cpp5521 if (DTN->isIdentifier()) {
H A DASTImporter.cpp8584 if (DTN->isIdentifier()) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMoveChecker.cpp509 return (MethodDec && MethodDec->getDeclName().isIdentifier() &&
519 if (MethodDec->getDeclName().isIdentifier()) {
H A DIteratorModeling.cpp1267 if (!Method->getDeclName().isIdentifier())
1282 if (!Method->getDeclName().isIdentifier())
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseTentative.cpp1564 bool isIdentifier = Tok.is(tok::identifier); local
1566 if (!isIdentifier)
1570 if (isIdentifier ||
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp694 if (ND->getDeclName().isIdentifier())
702 if (ND->getDeclName().isIdentifier())
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp908 if (DTN && DTN->isIdentifier()) {
H A DSemaExprObjC.cpp1859 if (!MemberName.isIdentifier()) {
1982 if (TypoResult.isIdentifier() &&
H A DSemaTemplate.cpp491 *ATK = (Found.empty() && Found.getLookupName().isIdentifier())
3463 if (DTN && DTN->isIdentifier())
H A DSemaExprCXX.cpp334 if (DepTemplate->isIdentifier() &&
H A DSemaDeclCXX.cpp3293 if (!Name.isIdentifier()) {
9409 if (!MD->getDeclName().isIdentifier())
H A DTreeTransform.h3972 if (DTN->isIdentifier()) {
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h932 if (Cvdecl->getDeclName().isIdentifier())
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp9649 FirstName.isIdentifier() && !FirstName.getAsIdentifierInfo();
9651 SecondName.isIdentifier() && !SecondName.getAsIdentifierInfo();

Completed in 868 milliseconds