Home
last modified time | relevance | path

Searched defs:IsModule (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/sksl/
DSkSLThreadContext.h104 static bool IsModule() { return GetProgramConfig()->fIsBuiltinCode; } in IsModule() function
/external/clang/lib/Serialization/
DASTWriter.cpp2109 static bool shouldIgnoreMacro(MacroDirective *MD, bool IsModule, in shouldIgnoreMacro()
2129 void ASTWriter::WritePreprocessor(const Preprocessor &PP, bool IsModule) { in WritePreprocessor()
3142 bool IsModule; member in __anond89249fa0611::ASTIdentifierTableTrait
3172 IdentifierResolver &IdResolver, bool IsModule, in ASTIdentifierTableTrait()
3290 bool IsModule) { in WriteIdentifierTable()
DASTReader.cpp756 bool IsModule) { in isInterestingIdentifier()
780 bool IsModule = Reader.getPreprocessor().getCurrentModule() != nullptr; in markIdentifierFromAST() local