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

  /external/clang/include/clang/AST/
DeclarationName.h 372 /// getCXXOperatorName - Get the name of the overloadable C++
374 DeclarationName getCXXOperatorName(OverloadedOperatorKind Op);
  /external/clang/lib/AST/
DeclarationName.cpp 427 DeclarationNameTable::getCXXOperatorName(OverloadedOperatorKind Op) {
ExprCXX.cpp     [all...]
ASTImporter.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaLambda.cpp 65 = Context.DeclarationNames.getCXXOperatorName(OO_Call);
    [all...]
SemaExprCXX.cpp     [all...]
SemaOverload.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaLookup.cpp     [all...]
SemaDeclAttr.cpp 303 S.Context.DeclarationNames.getCXXOperatorName(OO_Star));
308 S.Context.DeclarationNames.getCXXOperatorName(OO_Arrow));
    [all...]
SemaTemplate.cpp 152 TName = Context.DeclarationNames.getCXXOperatorName(
    [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 1015 milliseconds