OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ADecl
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Parse/
ParseAST.cpp
82
Parser::DeclGroupPtrTy
ADecl
;
84
while (!P.ParseTopLevelDecl(
ADecl
)) { // Not end of file.
88
if (
ADecl
)
89
Consumer->HandleTopLevelDecl(
ADecl
.get());
92
while ((
ADecl
= P.FinishPendingObjCActions()))
93
Consumer->HandleTopLevelDecl(
ADecl
.get());
/external/clang/lib/Sema/
SemaDeclObjC.cpp
536
NamedDecl *
ADecl
= LookupSingleName(TUScope, AliasName, AliasLocation,
538
if (
ADecl
) {
539
if (isa<ObjCCompatibleAliasDecl>(
ADecl
))
543
Diag(
ADecl
->getLocation(), diag::note_previous_declaration);
[
all
...]
/external/clang/lib/Serialization/
ASTReaderDecl.cpp
[
all
...]
Completed in 214 milliseconds