HomeSort by relevance Sort by last modified time
    Searched refs:ASTContext (Results 201 - 225 of 326) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/clang/lib/CodeGen/
CGClass.cpp 151 const ASTContext &Context = getContext();
502 DynamicThisUseChecker(const ASTContext &C) : super(C), UsesThis(false) {}
513 static bool BaseInitializerUsesThis(ASTContext &C, const Expr *Init) {
    [all...]
CodeGenTBAA.cpp 19 #include "clang/AST/ASTContext.h"
32 CodeGenTBAA::CodeGenTBAA(ASTContext &Ctx, llvm::LLVMContext& VMContext,
CodeGenAction.cpp 12 #include "clang/AST/ASTContext.h"
52 ASTContext *Context;
96 void Initialize(ASTContext &Ctx) override {
141 void HandleTranslationUnit(ASTContext &C) override {
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
LocalizationChecker.cpp 75 void initUIMethods(ASTContext &Ctx) const;
76 void initLocStringsMethods(ASTContext &Ctx) const;
130 void NonLocalizedStringChecker::initUIMethods(ASTContext &Ctx) const {
540 void NonLocalizedStringChecker::initLocStringsMethods(ASTContext &Ctx) const {
736 static inline bool isNSStringType(QualType T, ASTContext &Ctx) {
    [all...]
IvarInvalidationChecker.cpp 122 ASTContext &Ctx;
154 ASTContext &InCtx)
ObjCSelfInitChecker.cpp 398 ASTContext &Ctx = MD->getASTContext();
  /external/v8/tools/gcmole/
gcmole.cc 88 explicit Resolver(clang::ASTContext& ctx)
92 Resolver(clang::ASTContext& ctx, clang::DeclContext* decl_ctx)
122 clang::ASTContext& ctx_;
215 virtual void HandleTranslationUnit(clang::ASTContext &ctx) {
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp 15 #include "clang/AST/ASTContext.h"
235 isPointerConversionToVoidPointer(ASTContext& Context) const {
285 StandardConversionSequence::getNarrowingKind(ASTContext &Ctx,
551 clang::MakeDeductionFailureInfo(ASTContext &Context,
    [all...]
SemaTemplateDeduction.cpp 15 #include "clang/AST/ASTContext.h"
151 checkDeducedTemplateArguments(ASTContext &Context,
    [all...]
  /external/clang/lib/AST/
APValue.cpp 15 #include "clang/AST/ASTContext.h"
344 void APValue::printPretty(raw_ostream &Out, ASTContext &Ctx, QualType Ty) const{
545 std::string APValue::getAsString(ASTContext &Ctx, QualType Ty) const {
VTableBuilder.cpp 15 #include "clang/AST/ASTContext.h"
95 ASTContext &Context;
219 static BaseOffset ComputeBaseOffset(const ASTContext &Context,
258 static BaseOffset ComputeBaseOffset(const ASTContext &Context,
271 ComputeReturnAdjustmentBaseOffset(ASTContext &Context,
548 /// Context - The ASTContext which we will use for layout information.
549 ASTContext &Context;
807 /// Context - The ASTContext which we will use for layout information.
808 ASTContext &Context;
    [all...]
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 17 #include "clang/AST/ASTContext.h"
88 static BodyFarm &getBodyFarm(ASTContext &C, CodeInjector *injector = nullptr) {
448 ASTContext &Ctx = getAnalysisDeclContext()->getASTContext();
PrintfFormatString.cpp 385 ArgType PrintfSpecifier::getArgType(ASTContext &Ctx,
551 ASTContext &Ctx, bool IsObjCLiteral) {
ScanfFormatString.cpp 221 ArgType ScanfSpecifier::getArgType(ASTContext &Ctx) const {
404 ASTContext &Ctx) {
  /external/clang/lib/Frontend/
FrontendAction.cpp 12 #include "clang/AST/ASTContext.h"
100 ASTContext &Ctx;
104 DeserializedDeclsChecker(ASTContext &Ctx,
314 // Parsing a model file should reuse the existing ASTContext.
  /external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 316 ASTContext &Ctx = getContext();
400 static bool shouldBeModeledWithNoOp(ASTContext &Context, QualType ToTy,
CallEvent.cpp 33 ASTContext &Ctx = getState()->getStateManager().getContext();
237 ASTContext &Ctx = getState()->getStateManager().getContext();
539 ASTContext &Ctx = SVB.getContext();
    [all...]
SimpleSValBuilder.cpp 29 SimpleSValBuilder(llvm::BumpPtrAllocator &alloc, ASTContext &context,
53 ASTContext &context,
283 ASTContext &Ctx = getContext();
    [all...]
  /external/clang/unittests/Tooling/
RefactoringTest.cpp 12 #include "clang/AST/ASTContext.h"
293 clang::ASTContext *Context;
300 void HandleTranslationUnit(clang::ASTContext &Context) override {
  /external/clang/include/clang/Analysis/
AnalysisContext.h 100 ASTContext &getASTContext() const { return D->getASTContext(); }
  /external/clang/include/clang/Sema/
Template.h 154 DeducedTemplateArgument(ASTContext &Ctx,
  /external/clang/include/clang/Serialization/
ASTReader.h 63 class ASTContext;
305 /// instance of the ASTReader can be attached to an ASTContext object,
385 ASTContext &Context;
771 /// \brief The IDs of the types ASTContext stores directly.
776 /// \brief The IDs of CUDA-specific declarations ASTContext stores directly.
    [all...]
  /external/clang/unittests/Lex/
PPCallbacksTest.cpp 12 #include "clang/AST/ASTContext.h"
213 ASTContext Context(OpenCLLangOpts, SourceMgr,
  /frameworks/compile/slang/
slang_rs_context.cpp 21 #include "clang/AST/ASTContext.h"
50 clang::ASTContext &Ctx,
slang_backend.cpp 22 #include "clang/AST/ASTContext.h"
235 void Backend::Initialize(clang::ASTContext &Ctx) {
241 void Backend::HandleTranslationUnit(clang::ASTContext &Ctx) {
453 void Backend::HandleTranslationUnitPre(clang::ASTContext &C) {

Completed in 714 milliseconds

1 2 3 4 5 6 7 891011>>