HomeSort by relevance Sort by last modified time
    Searched refs:ASTContext (Results 176 - 200 of 282) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp 49 ASTContext &Ctx = C.getASTContext();
NSErrorChecker.cpp 209 ASTContext &Ctx = C.getASTContext();
IvarInvalidationChecker.cpp 119 ASTContext &Ctx;
151 ASTContext &InCtx)
ObjCSelfInitChecker.cpp 401 ASTContext &Ctx = MD->getASTContext();
  /external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 29 SimpleSValBuilder(llvm::BumpPtrAllocator &alloc, ASTContext &context,
53 ASTContext &context,
284 ASTContext &Ctx = getContext();
868 ASTContext &ctx = Context;
    [all...]
MemRegion.cpp 184 ASTContext &Ctx = svalBuilder.getContext();
841 ASTContext &Ctx){
    [all...]
CallEvent.cpp 32 ASTContext &Ctx = getState()->getStateManager().getContext();
250 ASTContext &Ctx = getState()->getStateManager().getContext();
505 ASTContext &Ctx = SVB.getContext();
    [all...]
  /external/clang/tools/libclang/
CIndexUSRs.cpp 36 ASTContext *Context;
42 explicit USRGenerator(ASTContext *Ctx = 0, SmallVectorImpl<char> *extBuf = 0)
189 ASTContext &Ctx = *Context;
516 ASTContext &Ctx = *Context;
  /frameworks/compile/slang/
slang_rs_context.cpp 21 #include "clang/AST/ASTContext.h"
46 clang::ASTContext &Ctx,
slang.cpp 25 #include "clang/AST/ASTContext.h"
246 mASTContext.reset(new clang::ASTContext(LangOpts,
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp 517 const ASTContext &Context = getContext();
738 ASTContext &Context = getContext();
762 ASTContext &Context = getContext();
794 ASTContext &Context = getContext();
    [all...]
CGClass.cpp 30 ComputeNonVirtualBaseClassOffset(ASTContext &Context,
363 DynamicThisUseChecker(ASTContext &C) : super(C), UsesThis(false) {}
374 static bool BaseInitializerUsesThis(ASTContext &C, const Expr *Init) {
    [all...]
CGBlocks.cpp 76 ASTContext &C = CGM.getContext();
297 ASTContext &C = CGM.getContext();
331 ASTContext &C = CGM.getContext();
    [all...]
TargetInfo.cpp 46 ASTContext &ABIInfo::getContext() const {
111 static bool isEmptyRecord(ASTContext &Context, QualType T, bool AllowArrays);
115 static bool isEmptyField(ASTContext &Context, const FieldDecl *FD,
148 static bool isEmptyRecord(ASTContext &Context, QualType T, bool AllowArrays) {
199 static const Type *isSingleElementStruct(QualType T, ASTContext &Context) {
269 static bool is32Or64BitBasicType(QualType Ty, ASTContext &Context) {
294 static bool canExpandIndirectArgument(QualType Ty, ASTContext &Context) {
524 static bool shouldReturnTypeInRegister(QualType Ty, ASTContext &Context,
588 ASTContext &Context,
726 static bool isSSEVectorType(ASTContext &Context, QualType Ty)
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 88 explicit Resolver(clang::ASTContext& ctx)
92 Resolver(clang::ASTContext& ctx, clang::DeclContext* decl_ctx)
123 clang::ASTContext& ctx_;
216 virtual void HandleTranslationUnit(clang::ASTContext &ctx) {
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp 37 #include "clang/AST/ASTContext.h"
97 unsigned findMostDerivedSubobject(ASTContext &Ctx, QualType Base,
164 SubobjectDesignator(ASTContext &Ctx, const APValue &V)
353 ASTContext &Ctx;
390 EvalInfo(const ASTContext &C, Expr::EvalStatus &S,
392 : Ctx(const_cast<ASTContext&>(C)), EvalStatus(S), CurrentCall(0),
714 void setFrom(ASTContext &Ctx, const APValue &V) {
    [all...]
APValue.cpp 15 #include "clang/AST/ASTContext.h"
309 void APValue::printPretty(raw_ostream &Out, ASTContext &Ctx, QualType Ty) const{
505 std::string APValue::getAsString(ASTContext &Ctx, QualType Ty) const {
VTableBuilder.cpp 15 #include "clang/AST/ASTContext.h"
86 ASTContext &Context;
213 static BaseOffset ComputeBaseOffset(ASTContext &Context,
255 static BaseOffset ComputeBaseOffset(ASTContext &Context,
268 ComputeReturnAdjustmentBaseOffset(ASTContext &Context,
549 /// Context - The ASTContext which we will use for layout information.
550 ASTContext &Context;
813 /// Context - The ASTContext which we will use for layout information.
814 ASTContext &Context;
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp 15 #include "clang/AST/ASTContext.h"
250 isPointerConversionToVoidPointer(ASTContext& Context) const {
300 StandardConversionSequence::getNarrowingKind(ASTContext &Ctx,
558 static MakeDeductionFailureInfo(ASTContext &Context,
    [all...]
SemaChecking.cpp 16 #include "clang/AST/ASTContext.h"
104 ASTContext::GetBuiltinTypeError Error;
106 if (Error != ASTContext::GE_None)
332 static QualType getNeonEltType(NeonTypeFlags Flags, ASTContext &Context) {
    [all...]
SemaTemplateDeduction.cpp 15 #include "clang/AST/ASTContext.h"
173 checkDeducedTemplateArguments(ASTContext &Context,
    [all...]
  /external/clang/include/clang/Analysis/
AnalysisContext.h 104 ASTContext &getASTContext() const { return D->getASTContext(); }
  /external/clang/include/clang/Sema/
Template.h 156 DeducedTemplateArgument(ASTContext &Ctx,
  /external/clang/unittests/Tooling/
RefactoringTest.cpp 12 #include "clang/AST/ASTContext.h"
224 virtual void HandleTranslationUnit(clang::ASTContext &Context) {
  /external/clang/lib/Frontend/
CompilerInstance.cpp 12 #include "clang/AST/ASTContext.h"
87 void CompilerInstance::setASTContext(ASTContext *Value) { Context = Value; }
278 // ASTContext
282 Context = new ASTContext(getLangOpts(), PP.getSourceManager(),
313 ASTContext &Context,
    [all...]

Completed in 1802 milliseconds

1 2 3 4 5 6 78 91011>>