OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeclsFound
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/AST/
CXXInheritance.h
158
NamedDecl **
DeclsFound
;
180
DetectVirtual(DetectVirtual), DetectedVirtual(0),
DeclsFound
(0),
183
~CXXBasePaths() { delete []
DeclsFound
; }
/external/clang/lib/AST/
CXXInheritance.cpp
26
assert(NumDeclsFound == 0 && !
DeclsFound
&&
34
DeclsFound
= new NamedDecl * [NumDeclsFound];
35
std::copy(Decls.begin(), Decls.end(),
DeclsFound
);
41
return
DeclsFound
;
47
return
DeclsFound
+ NumDeclsFound;
Completed in 36 milliseconds