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

  /external/clang/tools/libclang/
CIndexCXX.cpp 39 spec = getCursorCXXBaseSpecifier(C)->getAccessSpecifier();
  /external/clang/lib/AST/
CXXInheritance.cpp 242 ScratchPath.Access = BaseSpec.getAccessSpecifier();
245 BaseSpec.getAccessSpecifier());
DeclCXX.cpp     [all...]
ASTContext.cpp 503 if (I.isVirtual() || (I.getAccessSpecifier() != AS_public))
518 if (I.getAccessSpecifier() != AS_public)
    [all...]
  /external/clang/lib/Sema/
SemaAccess.cpp 649 if (I.getAccessSpecifier() == AS_private)
    [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/include/clang/AST/
DeclCXX.h 233 AccessSpecifier getAccessSpecifier() const {
243 /// Use getAccessSpecifier() to retrieve the access specifier for use in
    [all...]
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp     [all...]
CGDebugInfo.cpp     [all...]
MicrosoftCXXABI.cpp     [all...]

Completed in 296 milliseconds