OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OldDecl
(Results
1 - 5
of
5
) sorted by null
/external/clang/include/clang/Sema/
Template.h
413
bool SubstQualifier(const DeclaratorDecl *
OldDecl
,
415
bool SubstQualifier(const TagDecl *
OldDecl
,
Sema.h
[
all
...]
/external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp
28
bool TemplateDeclInstantiator::SubstQualifier(const DeclaratorDecl *
OldDecl
,
30
if (!
OldDecl
->getQualifierLoc())
34
= SemaRef.SubstNestedNameSpecifierLoc(
OldDecl
->getQualifierLoc(),
44
bool TemplateDeclInstantiator::SubstQualifier(const TagDecl *
OldDecl
,
46
if (!
OldDecl
->getQualifierLoc())
50
= SemaRef.SubstNestedNameSpecifierLoc(
OldDecl
->getQualifierLoc(),
[
all
...]
SemaDeclCXX.cpp
[
all
...]
SemaDecl.cpp
[
all
...]
Completed in 1298 milliseconds