OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getActingDefinition
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Decl.h
1209
VarDecl *
getActingDefinition
();
1210
const VarDecl *
getActingDefinition
() const {
1211
return const_cast<VarDecl*>(this)->
getActingDefinition
();
/src/external/apache2/llvm/dist/clang/lib/Sema/
Sema.cpp
1185
VarDecl *VD = (*T)->
getActingDefinition
();
1187
// If the tentative definition was completed,
getActingDefinition
() returns
SemaDecl.cpp
2645
return VD->
getActingDefinition
();
/src/external/apache2/llvm/dist/clang/lib/AST/
Decl.cpp
2213
VarDecl *VarDecl::
getActingDefinition
() {
Completed in 38 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026