OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:addDecl
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTUnresolvedSet.h
55
void
addDecl
(ASTContext &C, NamedDecl *D, AccessSpecifier AS) {
110
Impl.
addDecl
(C, reinterpret_cast<NamedDecl *>(ID << 2), AS);
UnresolvedSet.h
91
void
addDecl
(NamedDecl *D) {
92
addDecl
(D, AS_none);
95
void
addDecl
(NamedDecl *D, AccessSpecifier AS) {
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Lookup.h
426
void
addDecl
(NamedDecl *D) {
427
addDecl
(D, D->getAccess());
432
void
addDecl
(NamedDecl *D, AccessSpecifier AS) {
433
Decls.
addDecl
(D, AS);
/src/external/apache2/llvm/dist/clang/lib/AST/
CommentSema.cpp
1061
void
addDecl
(const NamedDecl *ND);
1076
void SimpleTypoCorrector::
addDecl
(const NamedDecl *ND) {
1103
Corrector.
addDecl
(ParamVars[i]);
1153
Corrector.
addDecl
(Param);
DeclBase.cpp
1541
void DeclContext::
addDecl
(Decl *D) {
ExprConstant.cpp
1657
void
addDecl
(EvalInfo &Info, const Expr *E,
3062
Obj.
addDecl
(Info, E, Base, /*Virtual*/ false);
3087
Obj.
addDecl
(Info, E, BaseDecl, /*Virtual*/ true);
3131
LVal.
addDecl
(Info, E, FD);
/src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h
1292
void
addDecl
(Decl *D) { Decls.push_back(D); }
Completed in 51 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026