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

  /external/clang/include/clang/Sema/
DeclSpec.h 812 UnionParsedType ConstructorName;
    [all...]
  /external/clang/lib/AST/
DeclCXX.cpp 310 DeclarationName ConstructorName
316 for (llvm::tie(Con, ConEnd) = this->lookup(ConstructorName);
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 756 DeclarationName ConstructorName
759 for (DeclContext::lookup_result Ctors = Record->lookup(ConstructorName);
    [all...]
SemaDeclCXX.cpp     [all...]
SemaDecl.cpp     [all...]

Completed in 43 milliseconds