OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MSVCGuidDecl
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Sema/
Sema.cpp
82
IdResolver(pp), StdInitializerList(0), CXXTypeInfoDecl(0),
MSVCGuidDecl
(0),
[
all
...]
SemaExprCXX.cpp
495
// If
MSVCGuidDecl
has not been cached, do the lookup.
496
if (!
MSVCGuidDecl
) {
500
MSVCGuidDecl
= R.getAsSingle<RecordDecl>();
501
if (!
MSVCGuidDecl
)
505
QualType GuidType = Context.getTypeDeclType(
MSVCGuidDecl
);
[
all
...]
/external/clang/include/clang/Sema/
Sema.h
564
RecordDecl *
MSVCGuidDecl
;
[
all
...]
Completed in 688 milliseconds