HomeSort by relevance Sort by last modified time
    Searched defs:getASTContext (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /external/clang/tools/libclang/
CXComment.h 52 static inline ASTContext &getASTContext(CXComment CXC) {
53 return cxtu::getASTUnit(CXC.TranslationUnit)->getASTContext();
57 return getASTContext(CXC).getCommentCommandTraits();
CIndexHigh.cpp 64 ASTContext &getASTContext() const {
65 return cxtu::getASTUnit(TU)->getASTContext();
188 ASTContext &Ctx = data->getASTContext();
258 ASTContext &getASTContext() const {
259 return Unit.getASTContext();
283 ASTContext &Ctx = data->getASTContext();
350 ASTContext &getASTContext() const {
351 return Unit.getASTContext();
361 ASTContext &Ctx = getASTContext();
  /external/clang/include/clang/AST/
Mangle.h 70 ASTContext &getASTContext() const { return Context; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Mangle.h 70 ASTContext &getASTContext() const { return Context; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Mangle.h 70 ASTContext &getASTContext() const { return Context; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Mangle.h 70 ASTContext &getASTContext() const { return Context; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Mangle.h 70 ASTContext &getASTContext() const { return Context; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Mangle.h 70 ASTContext &getASTContext() const { return Context; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Mangle.h 70 ASTContext &getASTContext() const { return Context; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Mangle.h 70 ASTContext &getASTContext() const { return Context; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Mangle.h 70 ASTContext &getASTContext() const { return Context; }
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 130 ASTContext &getASTContext() {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 130 ASTContext &getASTContext() {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 130 ASTContext &getASTContext() {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 130 ASTContext &getASTContext() {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 130 ASTContext &getASTContext() {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 130 ASTContext &getASTContext() {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 130 ASTContext &getASTContext() {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 130 ASTContext &getASTContext() {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 130 ASTContext &getASTContext() {
  /external/clang/include/clang/Analysis/
AnalysisContext.h 100 ASTContext &getASTContext() const { return D->getASTContext(); }
  /frameworks/compile/slang/
slang.h 200 clang::ASTContext &getASTContext() { return *mASTContext; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 100 ASTContext &getASTContext() const { return D->getASTContext(); }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 100 ASTContext &getASTContext() const { return D->getASTContext(); }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 100 ASTContext &getASTContext() const { return D->getASTContext(); }

Completed in 1193 milliseconds

1 2 3 4