OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getParentFunctionOrMethod
(Results
1 - 5
of
5
) sorted by null
/external/clang/tools/libclang/
IndexTypeSourceInfo.cpp
43
if (D->
getParentFunctionOrMethod
())
CIndexHigh.cpp
230
if (const DeclContext *DC = Dcl->
getParentFunctionOrMethod
()) {
IndexingContext.cpp
209
if (!D->
getParentFunctionOrMethod
())
[
all
...]
/external/clang/include/clang/AST/
DeclBase.h
680
return
getParentFunctionOrMethod
() == 0;
685
const DeclContext *
getParentFunctionOrMethod
() const;
686
DeclContext *
getParentFunctionOrMethod
() {
688
const_cast<const Decl*>(this)->
getParentFunctionOrMethod
());
[
all
...]
/external/clang/lib/AST/
DeclBase.cpp
167
const DeclContext *Decl::
getParentFunctionOrMethod
() const {
[
all
...]
Completed in 164 milliseconds