OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CurFD
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
10990
FunctionDecl *
CurFD
= CurDecl->getAsFunction()->getMostRecentDecl();
10991
if (
CurFD
&& hasSameType(
CurFD
->getType(), FD->getType()) &&
10992
std::end(SeenDecls) == llvm::find(SeenDecls,
CurFD
)) {
10993
SeenDecls.insert(
CurFD
);
10994
Pred(
CurFD
);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp
7226
FunctionDecl *
CurFD
= getCurFunctionDecl();
7227
if (
CurFD
&& isFunctionDefinitionDiscarded(*this,
CurFD
)) {
7230
MaybeSuggestAddingStaticToDecl(
CurFD
);
10533
FunctionDecl *
CurFD
= ND->getAsFunction();
10534
if (!
CurFD
)
10536
if (S.IsOverload(NewFD,
CurFD
, UseMemberUsingDeclRules))
10540
const auto *CurTA =
CurFD
->getAttr<TargetAttr>();
10551
S.Diag(
CurFD
->getLocation(), diag::note_previous_declaration);
10556
const auto *CurCPUSpec =
CurFD
->getAttr<CPUSpecificAttr>()
[
all
...]
Completed in 42 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026