OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAsVector
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/AST/
DeclContextInternals.h
44
if (DeclsTy *RHSVec = RHS.
getAsVector
())
50
if (DeclsTy *Vector =
getAsVector
())
55
if (DeclsTy *Vector =
getAsVector
())
58
if (DeclsTy *RHSVec = RHS.
getAsVector
())
69
DeclsTy *
getAsVector
() const {
74
assert(!
getAsVector
() && "Not inline");
91
DeclsTy &Vec = *
getAsVector
();
116
assert(
getAsVector
() && "Must have a vector at this point");
117
DeclsTy &Vector = *
getAsVector
();
135
DeclsTy &Vec = *
getAsVector
();
[
all
...]
/external/clang/lib/AST/
DeclBase.cpp
1038
if (Pos->second.
getAsVector
() || Pos->second.getAsDecl() == ND)
[
all
...]
Completed in 41 milliseconds