Home
last modified time | relevance | path

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

/external/nist-sip/java/gov/nist/javax/sip/header/
DAllow.java40 public final class Allow extends class
53 public Allow() { in Allow() method in Allow
60 public Allow(String m) { in Allow() method in Allow
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVInstruction.cpp201 Allow(std::begin(Table), std::end(Table)); in isSpecConstantOpAllowedOp() local
/external/clang/lib/Sema/
DSemaCodeComplete.cpp252 void allowNestedNameSpecifiers(bool Allow = true) { in allowNestedNameSpecifiers()