HomeSort by relevance Sort by last modified time
    Searched refs:CXXLiteralOperatorName (Results 1 - 15 of 15) sorted by null

  /external/clang/lib/AST/
DeclarationName.cpp 56 /// 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...]
ItaniumMangle.cpp 906 case DeclarationName::CXXLiteralOperatorName:
    [all...]
MicrosoftMangle.cpp     [all...]
ASTImporter.cpp     [all...]
Decl.cpp     [all...]
  /external/clang/include/clang/AST/
DeclarationName.h 59 CXXLiteralOperatorName,
132 if (getNameKind() == CXXLiteralOperatorName)
419 struct CXXLitOpName CXXLiteralOperatorName;
502 assert(Name.getNameKind() == DeclarationName::CXXLiteralOperatorName);
504 getFromRawEncoding(LocInfo.CXXLiteralOperatorName.OpNameLoc);
510 assert(Name.getNameKind() == DeclarationName::CXXLiteralOperatorName);
511 LocInfo.CXXLiteralOperatorName.OpNameLoc = Loc.getRawEncoding();
RecursiveASTVisitor.h 706 case DeclarationName::CXXLiteralOperatorName:
    [all...]
  /external/clang/include/clang/Serialization/
ASTBitCodes.h     [all...]
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 322 case DeclarationName::CXXLiteralOperatorName:
    [all...]
SemaCodeComplete.cpp     [all...]
SemaExpr.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
ASTReader.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 341 milliseconds