Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dfunction-kind.h68 inline bool IsModule(FunctionKind kind) { 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 __anond1604d990611::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
/external/v8/include/
Dv8.h1406 bool IsModule() const { return (flags_ & kIsModule) != 0; } in IsModule() function
/external/v8/src/api/
Dapi.cc1162 bool Data::IsModule() const { return Utils::OpenHandle(this)->IsModule(); } in IsModule() function in v8::Data
9708 bool debug::Script::IsModule() const { in IsModule() function in v8::debug::Script