Home
last modified time | relevance | path

Searched refs:CharDataInvalid (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp424 bool CharDataInvalid = false; in getSpelling() local
426 &CharDataInvalid); in getSpelling()
428 *Invalid = CharDataInvalid; in getSpelling()
429 if (CharDataInvalid) in getSpelling()
475 bool CharDataInvalid = false; in getSpelling() local
476 TokStart = SourceMgr.getCharacterData(Tok.getLocation(), &CharDataInvalid); in getSpelling()
478 *Invalid = CharDataInvalid; in getSpelling()
479 if (CharDataInvalid) { in getSpelling()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1116 bool CharDataInvalid = false; in getCharacterData() local
1117 const SLocEntry &Entry = getSLocEntry(LocInfo.first, &CharDataInvalid); in getCharacterData()
1118 if (CharDataInvalid || !Entry.isFile()) { in getCharacterData()