OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:elaboratedtype
(Results
1 - 25
of
29
) sorted by null
1
2
/external/clang/lib/AST/
NestedNameSpecifier.cpp
258
// types. An actual
ElaboratedType
will not occur, since we'll store
264
assert(!isa<
ElaboratedType
>(T) &&
TypePrinter.cpp
[
all
...]
ASTImporter.cpp
73
QualType VisitElaboratedType(const
ElaboratedType
*T);
723
const
ElaboratedType
*Elab1 = cast<
ElaboratedType
>(T1);
724
const
ElaboratedType
*Elab2 = cast<
ElaboratedType
>(T2);
[
all
...]
ASTDiagnostic.cpp
34
if (const
ElaboratedType
*ET = dyn_cast<
ElaboratedType
>(Ty)) {
[
all
...]
Type.cpp
[
all
...]
ASTContext.cpp
[
all
...]
/external/clang/lib/StaticAnalyzer/Checkers/
LLVMConventionsChecker.cpp
52
if (const
ElaboratedType
*QT = T->getAs<
ElaboratedType
>())
/external/chromium_org/tools/clang/plugins/
FindBadConstructs.cpp
71
if (const
ElaboratedType
* elaborated = dyn_cast<
ElaboratedType
>(type))
415
dyn_cast<
ElaboratedType
>(type)->getNamedType().getTypePtr(),
/external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp
249
REGISTER_MATCHER(
elaboratedType
);
/external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp
[
all
...]
/external/clang/include/clang/ASTMatchers/
ASTMatchers.h
[
all
...]
/external/clang/include/clang/AST/
TemplateName.h
381
/// manner, it is to TemplateName what
ElaboratedType
is to Type,
TypeLoc.h
620
/// creating an
ElaboratedType
node for so many type references in C.
[
all
...]
RecursiveASTVisitor.h
[
all
...]
Type.h
96
class
ElaboratedType
;
[
all
...]
ASTContext.h
110
mutable llvm::FoldingSet<
ElaboratedType
> ElaboratedTypes;
[
all
...]
/external/clang/tools/libclang/
CXCursor.cpp
916
if (const
ElaboratedType
*ElabT = Ty->getAs<
ElaboratedType
>()) {
[
all
...]
CXType.cpp
412
TP = cast<
ElaboratedType
>(TP)->getNamedType().getTypePtrOrNull();
RecursiveASTVisitor.h
[
all
...]
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
p5.cpp
106
//
ElaboratedType
is uninteresting
/external/clang/lib/Sema/
SemaType.cpp
[
all
...]
TreeTransform.h
[
all
...]
SemaTemplate.cpp
[
all
...]
/external/clang/docs/
LibASTMatchersReference.html
[
all
...]
/external/clang/include/clang/Serialization/
ASTBitCodes.h
806
/// \brief An
ElaboratedType
record.
[
all
...]
Completed in 2953 milliseconds
1
2