Home
last modified time | relevance | path

Searched refs:maybeGetTemplateCursor (Results 1 – 2 of 2) sorted by relevance

/external/clang/tools/libclang/
DCIndex.cpp7117 static const Decl *maybeGetTemplateCursor(const Decl *D) { in maybeGetTemplateCursor() function
7171 return MakeCXCursor(maybeGetTemplateCursor(cast<Decl>(DC)), in clang_getCursorSemanticParent()
7191 return MakeCXCursor(maybeGetTemplateCursor(cast<Decl>(DC)), in clang_getCursorLexicalParent()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp8106 static const Decl *maybeGetTemplateCursor(const Decl *D) { in maybeGetTemplateCursor() function
8159 return MakeCXCursor(maybeGetTemplateCursor(cast<Decl>(DC)), in clang_getCursorSemanticParent()
8179 return MakeCXCursor(maybeGetTemplateCursor(cast<Decl>(DC)), in clang_getCursorLexicalParent()