HomeSort by relevance Sort by last modified time
    Searched refs:getCXXOverloadedOperator (Results 1 - 25 of 28) sorted by null

1 2

  /external/clang/lib/AST/
DeclarationName.cpp 122 return compareInt(LHS.getCXXOverloadedOperator(),
123 RHS.getCXXOverloadedOperator());
184 const char *OpName = OperatorNames[N.getCXXOverloadedOperator()];
283 OverloadedOperatorKind DeclarationName::getCXXOverloadedOperator() const {
Decl.cpp     [all...]
DeclCXX.cpp     [all...]
DeclPrinter.cpp     [all...]
StmtPrinter.cpp 818 Node->getNameInfo().getName().getCXXOverloadedOperator();
    [all...]
MicrosoftMangle.cpp     [all...]
ItaniumMangle.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/include/clang/AST/
DeclarationName.h 255 /// getCXXOverloadedOperator - If this name is the name of an
258 OverloadedOperatorKind getCXXOverloadedOperator() const;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclarationName.h 256 /// getCXXOverloadedOperator - If this name is the name of an
259 OverloadedOperatorKind getCXXOverloadedOperator() const;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclarationName.h 256 /// getCXXOverloadedOperator - If this name is the name of an
259 OverloadedOperatorKind getCXXOverloadedOperator() const;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclarationName.h 256 /// getCXXOverloadedOperator - If this name is the name of an
259 OverloadedOperatorKind getCXXOverloadedOperator() const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclarationName.h 256 /// getCXXOverloadedOperator - If this name is the name of an
259 OverloadedOperatorKind getCXXOverloadedOperator() const;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclarationName.h 256 /// getCXXOverloadedOperator - If this name is the name of an
259 OverloadedOperatorKind getCXXOverloadedOperator() const;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclarationName.h 256 /// getCXXOverloadedOperator - If this name is the name of an
259 OverloadedOperatorKind getCXXOverloadedOperator() const;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclarationName.h 256 /// getCXXOverloadedOperator - If this name is the name of an
259 OverloadedOperatorKind getCXXOverloadedOperator() const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclarationName.h 256 /// getCXXOverloadedOperator - If this name is the name of an
259 OverloadedOperatorKind getCXXOverloadedOperator() const;
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 195 Decl->getDeclName().getCXXOverloadedOperator() != OO_Delete &&
196 Decl->getDeclName().getCXXOverloadedOperator() != OO_Array_Delete)
213 OverloadedOperatorKind OO = New->getDeclName().getCXXOverloadedOperator();
    [all...]
SemaLookup.cpp 302 switch (NameInfo.getName().getCXXOverloadedOperator()) {
766 return Name.getCXXOverloadedOperator() == OO_Equal;
806 if (Name.getCXXOverloadedOperator() != OO_Equal)
    [all...]
SemaExprCXX.cpp     [all...]
SemaOpenMP.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaDeclAttr.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 435 milliseconds

1 2