OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasSema
(Results
1 - 6
of
6
) sorted by null
/external/clang/unittests/Sema/
ExternalSemaSourceTest.cpp
151
ASSERT_FALSE(CI.
hasSema
());
/external/clang/include/clang/Frontend/
CompilerInstance.h
455
bool
hasSema
() const { return (bool)TheSema; }
ASTUnit.h
499
bool
hasSema
() const { return (bool)TheSema; }
[
all
...]
/external/clang/lib/Frontend/
FrontendAction.cpp
508
if (!CI.
hasSema
())
CompilerInstance.cpp
[
all
...]
/external/clang/tools/libclang/
CIndex.cpp
[
all
...]
Completed in 57 milliseconds