Searched refs:getCXXLiteralOperatorName (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclarationName.h380 /// getCXXLiteralOperatorName - Get the name of the literal operator function
382 DeclarationName getCXXLiteralOperatorName(IdentifierInfo *II);
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclarationName.cpp421 DeclarationNameTable::getCXXLiteralOperatorName(IdentifierInfo *II) { function in class:DeclarationNameTable
H A DASTImporter.cpp5044 return ToContext.DeclarationNames.getCXXLiteralOperatorName(
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp1459 S.Context.DeclarationNames.getCXXLiteralOperatorName(UDSuffix);
1548 Context.DeclarationNames.getCXXLiteralOperatorName(UDSuffix);
3012 Context.DeclarationNames.getCXXLiteralOperatorName(UDSuffix);
H A DSemaTemplate.cpp158 TName = Context.DeclarationNames.getCXXLiteralOperatorName(Name.Identifier);
H A DSemaDecl.cpp3876 NameInfo.setName(Context.DeclarationNames.getCXXLiteralOperatorName(
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp6787 return Context.DeclarationNames.getCXXLiteralOperatorName(

Completed in 312 milliseconds