OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeclTypeInfo
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h
1817
///
DeclTypeInfo
- This holds each type that the declarator includes as it is
1820
///
DeclTypeInfo
.back() will be the least closely bound.
1821
SmallVector<DeclaratorChunk, 8>
DeclTypeInfo
;
1979
for (unsigned i = 0, e =
DeclTypeInfo
.size(); i != e; ++i)
1980
DeclTypeInfo
[i].destroy();
1981
DeclTypeInfo
.clear();
2213
DeclTypeInfo
.push_back(TI);
2214
DeclTypeInfo
.back().getAttrs().addAll(attrs.begin(), attrs.end());
2224
DeclTypeInfo
.push_back(TI);
2232
DeclTypeInfo
.insert(DeclTypeInfo.begin(), TI)
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Sema/
DeclSpec.cpp
326
for (unsigned i = 0, i_end =
DeclTypeInfo
.size(); i < i_end; ++i) {
327
switch (
DeclTypeInfo
[i].Kind) {
Completed in 24 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026