OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NewFD
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp
8295
Sema &SemaRef, LookupResult &Previous, FunctionDecl *
NewFD
,
8297
DeclarationName Name =
NewFD
->getDeclName();
8298
DeclContext *NewDC =
NewFD
->getDeclContext();
8305
NewFD
->getFriendObjectKind() ? diag::err_qualified_friend_no_match :
8307
LookupResult Prev(SemaRef, Name,
NewFD
->getLocation(),
8312
NewFD
->setInvalidDecl();
8319
CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(
NewFD
);
8320
DifferentNameValidatorCCC CCC(SemaRef.Context,
NewFD
,
8327
hasSimilarParameters(SemaRef.Context, FD,
NewFD
, MismatchedParams)) {
8350
hasSimilarParameters(SemaRef.Context, FD,
NewFD
, MismatchedParams))
[
all
...]
SemaDeclAttr.cpp
8457
FunctionDecl *
NewFD
;
8462
NewFD
= FunctionDecl::Create(
8467
NewD =
NewFD
;
8470
NewFD
->setQualifierInfo(FD->getQualifierLoc());
8478
ParmVarDecl *Param = BuildParmVarDeclForTypedef(
NewFD
, Loc, AI);
8482
NewFD
->setParams(Params);
SemaExpr.cpp
19329
FunctionDecl *
NewFD
= FunctionDecl::Create(
19336
NewFD
->setQualifierInfo(FD->getQualifierLoc());
19345
NewFD
->setParams(Params);
19346
DRE->setDecl(
NewFD
);
Completed in 101 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026