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

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DTemplateName.h470 bool isIdentifier() const { return !Qualifier.getInt(); } function in class:clang::DependentTemplateName
474 assert(isIdentifier() && "Template name isn't an identifier?");
490 if (isIdentifier())
H A DDeclarationName.h198 bool isIdentifier() const { return getStoredNameKind() == StoredIdentifier; } function in class:clang::DeclarationName
224 if (isIdentifier())
H A DDecl.h170 assert(Name.isIdentifier() && "Name is not a simple identifier");
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DTemplateName.cpp193 if (DTN->isIdentifier())
H A DItaniumMangle.cpp426 if (!FD->getDeclName().isIdentifier() || L == CXXLanguageLinkage)
1449 assert(Dependent->isIdentifier());
H A DMicrosoftMangle.cpp348 if (!FD->getDeclName().isIdentifier() || L == CXXLanguageLinkage)
H A DASTImporter.cpp5639 if (DTN->isIdentifier()) {
H A DASTContext.cpp4293 if (DTN->isIdentifier()) {
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseTentative.cpp1323 bool isIdentifier = Tok.is(tok::identifier); local
1325 if (!isIdentifier)
1330 if (isIdentifier ||
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp877 if (DTN && DTN->isIdentifier()) {
H A DSemaExprObjC.cpp1766 if (!MemberName.isIdentifier()) {
H A DSemaExprCXX.cpp280 if (DepTemplate->isIdentifier() &&
H A DSemaTemplate.cpp2080 if (DTN && DTN->isIdentifier())
H A DSemaDeclCXX.cpp2139 if (!Name.isIdentifier()) {
6366 if (!MD->getDeclName().isIdentifier())
H A DSemaDecl.cpp6259 if (Name.isIdentifier() && Name.getAsIdentifierInfo()->isStr("main") &&
H A DTreeTransform.h3521 if (DTN->isIdentifier()) {
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp5276 Record.push_back(DepT->isIdentifier());
5277 if (DepT->isIdentifier())

Completed in 385 milliseconds