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

/external/clang/lib/AST/
H A DDeclarationName.cpp56 /// CXXLiteralOperatorName - Contains the actual identifier that makes up the
125 case DeclarationName::CXXLiteralOperatorName:
184 case DeclarationName::CXXLiteralOperatorName:
224 return CXXLiteralOperatorName;
292 case CXXLiteralOperatorName:
316 case CXXLiteralOperatorName:
464 case DeclarationName::CXXLiteralOperatorName:
465 CXXLiteralOperatorName.OpNameLoc = SourceLocation().getRawEncoding();
484 case DeclarationName::CXXLiteralOperatorName:
506 case DeclarationName::CXXLiteralOperatorName
[all...]
H A DMicrosoftMangle.cpp790 case DeclarationName::CXXLiteralOperatorName: {
H A DASTImporter.cpp1881 case DeclarationName::CXXLiteralOperatorName: {
5021 case DeclarationName::CXXLiteralOperatorName:
H A DDecl.cpp2849 if (getDeclName().getNameKind() == DeclarationName::CXXLiteralOperatorName)
H A DItaniumMangle.cpp1232 case DeclarationName::CXXLiteralOperatorName:
/external/clang/include/clang/AST/
H A DDeclarationName.h59 CXXLiteralOperatorName, enumerator in enum:clang::DeclarationName::NameKind
131 if (getNameKind() == CXXLiteralOperatorName)
418 struct CXXLitOpName CXXLiteralOperatorName; member in union:clang::DeclarationNameLoc::__anon17482
501 assert(Name.getNameKind() == DeclarationName::CXXLiteralOperatorName);
503 getFromRawEncoding(LocInfo.CXXLiteralOperatorName.OpNameLoc);
509 assert(Name.getNameKind() == DeclarationName::CXXLiteralOperatorName);
510 LocInfo.CXXLiteralOperatorName.OpNameLoc = Loc.getRawEncoding();
H A DDataRecursiveASTVisitor.h678 case DeclarationName::CXXLiteralOperatorName:
H A DRecursiveASTVisitor.h744 case DeclarationName::CXXLiteralOperatorName:
/external/lldb/source/Symbol/
H A DClangExternalASTSourceCallbacks.cpp115 case clang::DeclarationName::CXXLiteralOperatorName:
116 //printf ("ClangExternalASTSourceCallbacks::FindExternalVisibleDeclsByName(decl_ctx = %p, decl_name = { kind = \"CXXLiteralOperatorName\", name = \"%s\")\n", decl_ctx, decl_name.c_str());
/external/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp313 case DeclarationName::CXXLiteralOperatorName:
H A DSemaCodeComplete.cpp2476 case DeclarationName::CXXLiteralOperatorName:
H A DTreeTransform.h3132 case DeclarationName::CXXLiteralOperatorName:
H A DSemaExpr.cpp1734 Name.getNameKind() == DeclarationName::CXXLiteralOperatorName ||
/external/clang/lib/Serialization/
H A DASTWriter.cpp3389 case DeclarationName::CXXLiteralOperatorName:
3409 case DeclarationName::CXXLiteralOperatorName:
3448 case DeclarationName::CXXLiteralOperatorName:
4956 case DeclarationName::CXXLiteralOperatorName:
4984 case DeclarationName::CXXLiteralOperatorName:
4986 SourceLocation::getFromRawEncoding(DNLoc.CXXLiteralOperatorName.OpNameLoc),
H A DASTReader.cpp841 case DeclarationName::CXXLiteralOperatorName:
879 case DeclarationName::CXXLiteralOperatorName:
923 case DeclarationName::CXXLiteralOperatorName:
7446 case DeclarationName::CXXLiteralOperatorName:
7475 case DeclarationName::CXXLiteralOperatorName:
7476 DNLoc.CXXLiteralOperatorName.OpNameLoc
/external/lldb/source/Expression/
H A DClangASTSource.cpp100 case DeclarationName::CXXLiteralOperatorName:
/external/clang/tools/libclang/
H A DCIndex.cpp1197 case clang::DeclarationName::CXXLiteralOperatorName:

Completed in 2853 milliseconds