HomeSort by: relevance | last modified time | path
    Searched refs:IsUsingDeclaration (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
CodeCompleteConsumer.h 345 bool IsUsingDeclaration;
368 : CCKind(CCKind), IsUsingDeclaration(false), SelIdents(None) {}
373 : CCKind(CCKind), IsUsingDeclaration(false), SelIdents(SelIdents) {
382 bool isUsingDeclaration() const { return IsUsingDeclaration; }
383 void setIsUsingDeclaration(bool V) { IsUsingDeclaration = V; }
Sema.h 12306 bool IsUsingDeclaration, QualType BaseType,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCodeComplete.cpp 6013 bool IsUsingDeclaration, QualType BaseType,
6019 CC.setIsUsingDeclaration(IsUsingDeclaration);

Completed in 31 milliseconds