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

  /external/clang/include/clang/Sema/
DeclSpec.h 840 UnionParsedType ConstructorName;
    [all...]
  /external/clang/lib/AST/
DeclCXX.cpp 358 DeclarationName ConstructorName
364 for (llvm::tie(Con, ConEnd) = this->lookup(ConstructorName);
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 757 DeclarationName ConstructorName
760 for (DeclContext::lookup_result Ctors = Record->lookup(ConstructorName);
    [all...]
SemaDecl.cpp     [all...]

Completed in 443 milliseconds