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

  /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();
IndexingContext.h 340 ASTContext &getASTContext() const { return *Ctx; }
  /external/clang/include/clang/AST/
Mangle.h 69 ASTContext &getASTContext() const { return Context; }
Decl.h 86 ASTContext &getASTContext() const { return Ctx; }
    [all...]
NSAPI.h 27 ASTContext &getASTContext() const { return Ctx; }
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 130 ASTContext &getASTContext() {
  /frameworks/compile/slang/
slang.h 152 clang::ASTContext &getASTContext() { return *mASTContext; }
slang_rs_context.h 114 inline clang::ASTContext &getASTContext() const { return mCtx; }
  /external/clang/include/clang/Analysis/
AnalysisContext.h 99 ASTContext &getASTContext() const { return D->getASTContext(); }
  /external/clang/include/clang/Frontend/
CompilerInstance.h 416 ASTContext &getASTContext() const {
ASTUnit.h 493 const ASTContext &getASTContext() const { return *Ctx; }
494 ASTContext &getASTContext() { return *Ctx; }
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 377 virtual ASTContext &getASTContext() = 0;
443 ASTContext &getContext() { return D.getASTContext(); }
543 ASTContext &getASTContext() {
  /external/clang/lib/ARCMigrate/
TransformActions.cpp 126 ASTContext &getASTContext() { return Ctx; }
  /external/clang/lib/AST/
DeclBase.cpp 45 getASTContext().getExternalSource()->updateOutOfDateIdentifier(II);
74 return getASTContext().getExternalSource()->getModule(getOwningModuleID());
225 setDeclContextsImpl(getDeclContext(), DC, getASTContext());
273 ASTContext &Decl::getASTContext() const {
274 return getTranslationUnitDecl()->getASTContext();
278 return getASTContext().getASTMutationListener();
287 ASTContext &Ctx = getASTContext();
434 AvailabilityResult AR = CheckAvailability(getASTContext(), Availability,
475 getASTContext().getLangOpts().ObjCRuntime.hasWeakClassImport()) {
494 if (CheckAvailability(getASTContext(), Availability
    [all...]
ItaniumMangle.cpp 176 unsigned discriminator = getASTContext().getManglingNumber(ND);
252 ASTContext &getASTContext() const { return Context.getASTContext(); }
416 if (!getASTContext().getLangOpts().CPlusPlus)
764 = getASTContext().getDependentTemplateName(DTST->getQualifier(),
    [all...]
MicrosoftMangle.cpp 150 disc = getASTContext().getManglingNumber(ND);
200 ASTContext &getASTContext() const { return Context.getASTContext(); }
211 PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth(0) ==
217 PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth(0) ==
316 if (!getASTContext().getLangOpts().CPlusPlus)
427 Ty.getDesugaredType(getASTContext()).getLocalQualifiers(), nullptr);
435 } else if (const ArrayType *AT = getASTContext().getAsArrayType(Ty)) {
458 FieldOffset = getASTContext().getFieldOffset(VD);
459 assert(FieldOffset % getASTContext().getCharWidth() == 0 &
    [all...]
  /external/lldb/source/Symbol/
ClangASTContext.cpp 343 ASTContext *ast = getASTContext();
352 ASTContext *ast = getASTContext();
364 ASTContext *ast = getASTContext();
378 ClangASTContext::getASTContext()
539 return ClangASTContext::GetBuiltinTypeForEncodingAndBitSize (getASTContext(), encoding, bit_size);
691 return GetBasicType (getASTContext(), basic_type);
811 ASTContext *ast = getASTContext();
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 368 milliseconds