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

  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 124 QualType getDeclUsageType(ASTContext &C, const NamedDecl *ND);
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 655 QualType clang::getDeclUsageType(ASTContext &C, const NamedDecl *ND) {
762 QualType T = getDeclUsageType(SemaRef.Context, R.Declaration);
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 384 QualType UsageType = getDeclUsageType(*Ctx, Results[I].Declaration);
    [all...]

Completed in 24 milliseconds