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 125 QualType getDeclUsageType(ASTContext &C, const NamedDecl *ND);
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 653 QualType clang::getDeclUsageType(ASTContext &C, const NamedDecl *ND) {
759 QualType T = getDeclUsageType(SemaRef.Context, R.Declaration);
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 375 QualType UsageType = getDeclUsageType(*Ctx, R.Declaration);
    [all...]

Completed in 317 milliseconds