OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:translationunitdecl
(Results
51 - 65
of
65
) sorted by null
1
2
3
/external/clang/lib/AST/
Expr.cpp
695
if (isa<
TranslationUnitDecl
>(CurrentDecl) && IT == PrettyFunction) {
[
all
...]
ASTContext.cpp
753
TUDecl =
TranslationUnitDecl
::Create(*this);
[
all
...]
/external/clang/lib/Sema/
SemaDeclObjC.cpp
[
all
...]
SemaExprObjC.cpp
230
TranslationUnitDecl
*TU = Context.getTranslationUnitDecl();
[
all
...]
SemaTemplateInstantiateDecl.cpp
319
TemplateDeclInstantiator::VisitTranslationUnitDecl(
TranslationUnitDecl
*D) {
[
all
...]
SemaLookup.cpp
[
all
...]
SemaChecking.cpp
[
all
...]
TreeTransform.h
[
all
...]
/external/clang/docs/
LibASTMatchersReference.html
384
<tr><td>Matcher<<a href="http://clang.llvm.org/doxygen/classclang_1_1Decl.html">Decl</a>></td><td class="name" onclick="toggle('translationUnitDecl0')"><a name="translationUnitDecl0Anchor">
translationUnitDecl
</a></td><td>Matcher<<a href="http://clang.llvm.org/doxygen/classclang_1_1TranslationUnitDecl.html">
TranslationUnitDecl
</a>>...</td></tr>
392
decl(hasDeclContext(
translationUnitDecl
()))
[
all
...]
/external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp
69
TranslationUnitDecl
*TUDecl;
[
all
...]
RewriteModernObjC.cpp
69
TranslationUnitDecl
*TUDecl;
[
all
...]
/external/libcxxabi/test/
test_demangle.pass.cpp
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
test_demangle.pass.cpp
[
all
...]
/external/clang/include/clang/Sema/
Sema.h
[
all
...]
/external/clang/tools/libclang/
CIndex.cpp
663
bool CursorVisitor::VisitTranslationUnitDecl(
TranslationUnitDecl
*D) {
[
all
...]
Completed in 1069 milliseconds
1
2
3