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 376 /// getCXXOperatorName - Get the name of the overloadable C++
378 DeclarationName getCXXOperatorName(OverloadedOperatorKind Op);
  /external/clang/lib/AST/
DeclarationName.cpp 416 DeclarationNameTable::getCXXOperatorName(OverloadedOperatorKind Op) {
ExprCXX.cpp     [all...]
ASTImporter.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
SemaLambda.cpp 134 = Context.DeclarationNames.getCXXOperatorName(OO_Call);
    [all...]
SemaOverload.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaLookup.cpp     [all...]
SemaDeclAttr.cpp 308 S.Context.DeclarationNames.getCXXOperatorName(OO_Star));
313 S.Context.DeclarationNames.getCXXOperatorName(OO_Arrow));
    [all...]
SemaTemplate.cpp 153 TName = Context.DeclarationNames.getCXXOperatorName(
    [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 328 milliseconds