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

  /external/clang/lib/AST/
NestedNameSpecifier.cpp 64 (Prefix->getAsType() == 0 && Prefix->getAsIdentifier() == 0)) &&
79 (Prefix->getAsType() == 0 && Prefix->getAsIdentifier() == 0)) &&
230 OS << getAsIdentifier()->getName();
ItaniumMangle.cpp     [all...]
ASTImporter.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/AST/
NestedNameSpecifier.h 159 IdentifierInfo *getAsIdentifier() const {
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 293 LookupResult Found(*this, NNS->getAsIdentifier(), SourceLocation(),
    [all...]
SemaExprCXX.cpp 61 assert(NNS->getAsIdentifier() == &Name && "not a constructor name");
63 NNS->getAsIdentifier());
    [all...]
SemaLookup.cpp     [all...]
SemaType.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 228 milliseconds