OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isLocalExternDecl
(Results
1 - 5
of
5
) sorted by null
/external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp
516
if (D->
isLocalExternDecl
())
[
all
...]
SemaAccess.cpp
[
all
...]
SemaDeclCXX.cpp
442
DeclContext *ScopeDC = New->
isLocalExternDecl
()
451
PrevForDefaultArgs = New->
isLocalExternDecl
()
466
if (PrevForDefaultArgs->
isLocalExternDecl
() != New->
isLocalExternDecl
()) {
[
all
...]
SemaDecl.cpp
[
all
...]
/external/clang/include/clang/AST/
DeclBase.h
923
bool
isLocalExternDecl
() {
[
all
...]
Completed in 2178 milliseconds