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 123 QualType getDeclUsageType(ASTContext &C, NamedDecl *ND);
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 648 QualType clang::getDeclUsageType(ASTContext &C, NamedDecl *ND) {
717 QualType T = getDeclUsageType(SemaRef.Context, R.Declaration);
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 377 QualType UsageType = getDeclUsageType(*Ctx, Results[I].Declaration);
    [all...]

Completed in 119 milliseconds