OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSingleDecl
(Results
1 - 10
of
10
) sorted by null
/external/clang/include/clang/AST/
DeclGroup.h
84
bool
isSingleDecl
() const { return getKind() == SingleDeclKind; }
88
assert(
isSingleDecl
() && "Isn't a declgroup");
104
if (
isSingleDecl
())
110
if (
isSingleDecl
())
117
if (
isSingleDecl
())
123
if (
isSingleDecl
())
Stmt.h
460
///
isSingleDecl
- This method returns true if this DeclStmt refers
462
bool
isSingleDecl
() const {
463
return DG.
isSingleDecl
();
[
all
...]
/external/clang/lib/StaticAnalyzer/Checkers/
VLASizeChecker.cpp
79
if (!DS->
isSingleDecl
())
DereferenceChecker.cpp
117
assert(DS->
isSingleDecl
() && "We process decls one by one");
/external/clang/lib/ARCMigrate/
TransRetainReleaseDealloc.cpp
236
if (DS->
isSingleDecl
() && DS->getSingleDecl() == RefD) {
374
if (!DeclS->
isSingleDecl
())
TransAutoreleasePool.cpp
171
if (DclS->
isSingleDecl
()) {
/external/clang/include/clang/ASTMatchers/
ASTMatchers.h
[
all
...]
/external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp
690
if (DS->
isSingleDecl
()) {
[
all
...]
/external/clang/lib/Sema/
SemaStmt.cpp
76
if (DG.isNull() || !DG.
isSingleDecl
()) return;
[
all
...]
/external/clang/lib/Analysis/
CFG.cpp
[
all
...]
Completed in 1110 milliseconds