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

  /src/external/apache2/llvm/dist/clang/lib/AST/
OSLog.cpp 126 else if (FS.isPrivate())
127 ArgsData.back().Flags |= OSLogBufferItem::IsPrivate;
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
FormatString.h 508 OptionalFlag IsPrivate; // '{private}'
521 HasObjCTechnicalTerm("tt"), IsPrivate("private"), IsPublic("public"),
551 void setIsPrivate(const char *position) { IsPrivate.setPosition(position); }
593 const OptionalFlag &isPrivate() const { return IsPrivate; }
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 1277 else if (SP->isPrivate())
1624 else if (DT->isPrivate())
1675 else if (DT->isPrivate())
  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 433 REGISTER_MATCHER(isPrivate);
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DebugInfoMetadata.h 721 bool isPrivate() const {
1952 bool isPrivate() const {
  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchers.h 663 /// private: int c; // fieldDecl(isPrivate()) matches 'c'
672 AST_POLYMORPHIC_MATCHER(isPrivate,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 8568 if (FS.isPrivate().isSet()) {
8571 getLocationOfByte(FS.isPrivate().getPosition()),

Completed in 65 milliseconds