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

  /external/clang/tools/libclang/
CIndexCXX.cpp 39 spec = getCursorCXXBaseSpecifier(C)->getAccessSpecifier();
  /external/clang/lib/AST/
CXXInheritance.cpp 245 ScratchPath.Access = BaseSpec.getAccessSpecifier();
248 BaseSpec.getAccessSpecifier());
DeclCXX.cpp     [all...]
ASTContext.cpp 504 if (I.isVirtual() || (I.getAccessSpecifier() != AS_public))
519 if (I.getAccessSpecifier() != AS_public)
    [all...]
  /external/clang/lib/Sema/
SemaAccess.cpp 654 if (I.getAccessSpecifier() == AS_private)
    [all...]
SemaLookup.cpp     [all...]
SemaStmt.cpp     [all...]
SemaExprCXX.cpp 706 bool PublicPath = ParentIsPublic && BS.getAccessSpecifier() == AS_public;
    [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...]
  /external/libgdx/extensions/gdx-jnigen/libs/
javaparser-core-2.3.0.jar 

Completed in 140 milliseconds