/external/clang/lib/StaticAnalyzer/Checkers/ |
LocalizationChecker.cpp | [all...] |
MallocChecker.cpp | [all...] |
BasicObjCFoundationChecks.cpp | 926 const VarDecl *ElemDecl = cast<VarDecl>(DS->getSingleDecl()); [all...] |
/external/clang/tools/libclang/ |
CXCursor.cpp | 727 CXCursor cxcursor::MakeCursorVariableRef(const VarDecl *Var, SourceLocation Loc, 736 std::pair<const VarDecl *, SourceLocation> 739 return std::make_pair(static_cast<const VarDecl *>(C.data[0]), [all...] |
/external/libopus/celt/ |
bands.c | 551 VARDECL(celt_norm, tmp); 578 VARDECL(celt_norm, tmp); [all...] |
/external/clang/lib/AST/ |
ExprConstant.cpp | [all...] |
Expr.cpp | 269 if (VarDecl *Var = dyn_cast<VarDecl>(D)) { [all...] |
/external/clang/lib/Sema/ |
SemaCoroutine.cpp | 146 VarDecl::Create(S.Context, FD, FD->getLocation(), FD->getLocation(),
|
SemaExprCXX.cpp | 617 if (VarDecl *Var = dyn_cast<VarDecl>(DRE->getDecl())) { 668 const VarDecl *NRVOVariable = nullptr; [all...] |
SemaExprMember.cpp | 779 VarDecl *baseVariable = indirectField->getVarDecl(); [all...] |
SemaDeclObjC.cpp | [all...] |
SemaChecking.cpp | [all...] |
SemaExpr.cpp | 350 const AutoType *AT = cast<VarDecl>(D)->getType()->getContainedAutoType(); 415 } else if (isa<VarDecl>(D)) { [all...] |
/external/clang/test/Index/ |
get-cursor.m | 144 // CHECK-IN-IMPL: VarDecl=i:37:17
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
CallEvent.h | 547 // its parameter types. 'Lambda' is a fake VarDecl captured by the block 553 const VarDecl *LambdaVD = getRegionStoringCapturedLambda()->getDecl(); [all...] |
/external/clang/lib/CodeGen/ |
CodeGenAction.cpp | 92 void HandleCXXStaticMemberVarInstantiation(VarDecl *VD) override { 211 void CompleteTentativeDefinition(VarDecl *D) override { [all...] |
CGExprConstant.cpp | [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
ExprEngineC.cpp | 468 const VarDecl *VD = dyn_cast_or_null<VarDecl>(*DS->decl_begin()); [all...] |
/external/v8/tools/gcmole/ |
gcmole.cc | 1104 if (clang::VarDecl* var = llvm::dyn_cast<clang::VarDecl>(decl)) { [all...] |
/prebuilts/go/darwin-x86/src/go/internal/gcimporter/ |
gcimporter.go | 852 // VarDecl = "var" ExportedName Type . 914 // Decl = [ ImportDecl | ConstDecl | TypeDecl | VarDecl | FuncDecl | MethodDecl ] "\n" .
|
/prebuilts/go/linux-x86/src/go/internal/gcimporter/ |
gcimporter.go | 852 // VarDecl = "var" ExportedName Type . 914 // Decl = [ ImportDecl | ConstDecl | TypeDecl | VarDecl | FuncDecl | MethodDecl ] "\n" .
|
/external/clang/include/clang/AST/ |
DeclTemplate.h | [all...] |
/external/clang/lib/Serialization/ |
ASTWriterDecl.cpp | 89 void VisitVarDecl(VarDecl *D); [all...] |
/external/libopus/silk/ |
enc_API.c | 156 VARDECL( opus_int16, buf );
|
/external/libopus/silk/fixed/ |
noise_shape_analysis_FIX.c | 161 VARDECL( opus_int16, x_windowed );
|