OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSingleDecl
(Results
1 - 15
of
15
) sorted by null
/external/clang/include/clang/AST/
DeclGroup.h
83
Decl *
getSingleDecl
() {
87
const Decl *
getSingleDecl
() const {
88
return const_cast<DeclGroupRef*>(this)->
getSingleDecl
();
Stmt.h
368
const Decl *
getSingleDecl
() const { return DG.
getSingleDecl
(); }
369
Decl *
getSingleDecl
() { return DG.
getSingleDecl
(); }
[
all
...]
/external/clang/lib/StaticAnalyzer/Checkers/
UndefinedAssignmentChecker.cpp
70
const VarDecl* VD = dyn_cast<VarDecl>(DS->
getSingleDecl
());
VLASizeChecker.cpp
41
const VarDecl *VD = dyn_cast<VarDecl>(DS->
getSingleDecl
());
/external/clang/lib/AST/
Stmt.cpp
575
VarDecl *RangeDecl = dyn_cast_or_null<VarDecl>(RangeStmt->
getSingleDecl
());
585
Decl *LV = cast<DeclStmt>(getLoopVarStmt())->
getSingleDecl
();
609
return cast<VarDecl>(DS->
getSingleDecl
());
640
return cast<VarDecl>(DS->
getSingleDecl
());
667
return cast<VarDecl>(DS->
getSingleDecl
());
701
return cast<VarDecl>(DS->
getSingleDecl
());
/external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp
108
if (DS->
getSingleDecl
() == VR->getDecl()) {
161
const VarDecl *VD = cast<VarDecl>(DS->
getSingleDecl
());
PathDiagnostic.cpp
163
DS->
getSingleDecl
()->getLocation());
ExprEngine.cpp
[
all
...]
/external/clang/lib/ARCMigrate/
TransAutoreleasePool.cpp
172
if (VarDecl *VD = dyn_cast<VarDecl>(DclS->
getSingleDecl
())) {
/external/clang/lib/Analysis/
LiveVariables.cpp
215
VD = cast<VarDecl>(DS->
getSingleDecl
());
UninitializedValues.cpp
405
vd = cast<VarDecl>(ds->
getSingleDecl
());
CFG.cpp
[
all
...]
/external/clang/lib/Sema/
SemaStmt.cpp
69
VarDecl *var = cast<VarDecl>(DG.
getSingleDecl
());
[
all
...]
/external/clang/lib/CodeGen/
CGObjC.cpp
[
all
...]
/external/clang/lib/Rewrite/
RewriteObjC.cpp
[
all
...]
Completed in 235 milliseconds