OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAsFunction
(Results
1 - 25
of
27
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/clang/lib/Analysis/
ProgramPoint.cpp
104
<< PC.getDecl()->
getAsFunction
()->getQualifiedNameAsString()
113
<< PC.getDecl()->
getAsFunction
()->getQualifiedNameAsString()
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CastValueChecker.cpp
262
const FunctionDecl *FD = Call.getDecl()->
getAsFunction
();
491
const FunctionDecl *FD = Call.getDecl()->
getAsFunction
();
GenericTaintChecker.cpp
119
const FunctionDecl *FDecl = Call.getDecl()->
getAsFunction
();
799
const FunctionDecl *FDecl = Call.getDecl()->
getAsFunction
();
887
const auto *FDecl = Call.getDecl()->
getAsFunction
();
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/
CallGraph.h
198
return getDecl()->
getAsFunction
()->getDefinition();
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseCXXInlineMethods.cpp
113
!(FnD && FnD->
getAsFunction
() &&
114
FnD->
getAsFunction
()->getReturnType()->getContainedAutoType()) &&
124
FunctionDecl *FD = FnD->
getAsFunction
();
165
FunctionDecl *FD = FnD->
getAsFunction
();
ParseTemplate.cpp
1635
FunctionDecl *FunD = LPT.D->
getAsFunction
();
Parser.cpp
1247
FunctionDecl *FnD = DP->
getAsFunction
();
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclBase.h
1062
FunctionDecl *
getAsFunction
() LLVM_READONLY;
1064
const FunctionDecl *
getAsFunction
() const {
1065
return const_cast<Decl *>(this)->
getAsFunction
();
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCUDA.cpp
648
FunctionDecl *OldD = D->
getAsFunction
();
857
FunctionDecl *OldFD = OldND->
getAsFunction
();
SemaAccess.cpp
1092
<< isa<CXXDestructorDecl>(D->
getAsFunction
());
1787
assert(isa<CXXMethodDecl>(target->
getAsFunction
()));
1796
CXXMethodDecl *method = cast<CXXMethodDecl>(target->
getAsFunction
());
SemaAvailability.cpp
905
if (auto *FD = D->
getAsFunction
()) {
AnalysisBasedWarnings.cpp
683
if (D->
getAsFunction
() && D->
getAsFunction
()->isCPUDispatchMultiVersion())
SemaLookup.cpp
3013
const FunctionDecl *FDecl = D->getUnderlyingDecl()->
getAsFunction
();
3503
NoteOverloadCandidate(*I, (*I)->getUnderlyingDecl()->
getAsFunction
());
3539
FunctionDecl *OldFD = Old->
getAsFunction
();
3540
FunctionDecl *NewFD = New->
getAsFunction
();
SemaDecl.cpp
1411
FunctionDecl *FD = D->
getAsFunction
();
3228
FunctionDecl *Old = OldD->
getAsFunction
();
10412
if (D->
getAsFunction
()->getMultiVersionKind() != MultiVersionKind::None)
10533
FunctionDecl *CurFD = ND->
getAsFunction
();
10685
if (!OldDecl || !OldDecl->
getAsFunction
() ||
10695
FunctionDecl *OldFD = OldDecl->
getAsFunction
();
10833
OldMD = dyn_cast_or_null<CXXMethodDecl>(OldDecl->
getAsFunction
());
14349
if (const FunctionDecl *FD = D->
getAsFunction
()) {
14364
if (FunctionDecl *FD = Decl->
getAsFunction
())
14422
FunctionDecl *FD = dcl ? dcl->
getAsFunction
() : nullptr
[
all
...]
Sema.cpp
2334
if (const auto *FD = Fn->
getAsFunction
()) {
SemaCodeComplete.cpp
919
if (const FunctionDecl *Function = ND->
getAsFunction
())
2679
if (const FunctionDecl *Function = ND->
getAsFunction
())
SemaDeclAttr.cpp
3529
FunctionDecl *FD = D->
getAsFunction
();
SemaDeclCXX.cpp
11740
if (FunctionDecl *FD = Target->
getAsFunction
()) {
/src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp
8530
D ? dyn_cast_or_null<CXXConstructorDecl>(D->
getAsFunction
()) : nullptr;
8540
D ? dyn_cast_or_null<CXXConstructorDecl>(D->
getAsFunction
()) : nullptr;
8550
D ? dyn_cast_or_null<CXXConstructorDecl>(D->
getAsFunction
()) : nullptr;
8560
D ? dyn_cast_or_null<CXXConstructorDecl>(D->
getAsFunction
()) : nullptr;
8581
D ? dyn_cast_or_null<CXXMethodDecl>(D->
getAsFunction
()) : nullptr;
8591
D ? dyn_cast_or_null<CXXMethodDecl>(D->
getAsFunction
()) : nullptr;
8601
D ? dyn_cast_or_null<CXXMethodDecl>(D->
getAsFunction
()) : nullptr;
8611
D ? dyn_cast_or_null<CXXMethodDecl>(D->
getAsFunction
()) : nullptr;
8621
D ? dyn_cast_or_null<CXXMethodDecl>(D->
getAsFunction
()) : nullptr;
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclBase.cpp
218
FunctionDecl *Decl::
getAsFunction
() {
DeclCXX.cpp
1540
cast<ValueDecl>(ND->
getAsFunction
())->getType()->castAs<FunctionType>();
1612
cast<CXXConversionDecl>(Conv->getUnderlyingDecl()->
getAsFunction
())
ExprCXX.cpp
1447
if (cast<CXXMethodDecl>(decl->getUnderlyingDecl()->
getAsFunction
())
Decl.cpp
1838
if (const auto *MD = dyn_cast_or_null<CXXMethodDecl>(D->
getAsFunction
()))
ASTContext.cpp
10990
FunctionDecl *CurFD = CurDecl->
getAsFunction
()->getMostRecentDecl();
11579
const FunctionDecl *FD = GD.getDecl()->
getAsFunction
();
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.cpp
1288
->
getAsFunction
()
1295
->
getAsFunction
()
3341
ExistingDecl.getDecl()->
getAsFunction
()->isDefined()) {
4597
if (const auto *FD = D->
getAsFunction
())
Completed in 120 milliseconds
1
2
Indexes created Mon Jun 15 00:25:07 UTC 2026